Fix the build
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 21 Jun 2005 05:49:49 +0000 (05:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 21 Jun 2005 05:49:49 +0000 (05:49 +0000)
gtk/gtkrbtree.h

index c6e3c20d8a580068416fbd7166fc1b8b3cbda4f5..6c108217ffa6e5645f8fb12080039b79dbfffc41 100644 (file)
 #ifndef __GTK_RBTREE_H__
 #define __GTK_RBTREE_H__
 
+#include <glib.h>
+
 
 G_BEGIN_DECLS
 
 
-#include <glib.h>
 typedef enum
 {
   GTK_RBNODE_BLACK = 1 << 0,